home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / BUS / DynRisk 68k 4.01 demo.sit / DynRisk-Help.rsrc / TEXT_6510.txt < prev    next >
Text File  |  1996-08-30  |  474b  |  11 lines

  1. Minus
  2.  
  3. The minus function. This function simply replaces the input value by this value multiplied by (-1). This function is useful if you want to calculate e.g., the difference between two node values. To do so, create a sum node with inputs from both the nodes, and use the minus function in the edge coming from the node you want to be subtracted from the other.
  4.  
  5. Default parameter values:
  6.     None
  7.  
  8. Example:
  9.     Input = 5.0  =>  Output =     -5.0
  10.     Input = -5.0  =>  Output =     5.0
  11.